Class sjl.wrappers.PredLessEqualString
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredLessEqualString

java.lang.Object
   |
   +----sjl.wrappers.PredLessEqualString

public class PredLessEqualString
extends Object
implements Predicate2
PredLessEqualString is a predicate object designed for comparing objects of type String for relative ordering using the compareTo method.

Copyright © 1996 Finn Bock


Constructor Index

 o PredLessEqualString()

Method Index

 o compare(Object, Object)
Convert the arguments to String and compare the return value from the compareTo(String) method to <= 0.

Constructors

 o PredLessEqualString
  public PredLessEqualString()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to String and compare the return value from the compareTo(String) method to <= 0.

All Packages  Class Hierarchy  This Package  Previous  Next  Index